| Name | Description | |
|---|---|---|
![]() | Add | Adds an object to the end of the PdfTreeNodeList<T>. |
![]() | AddRange | Adds the elements of the specified collection to the end of the PdfTreeNodeList<T>. |
![]() | Clear | Removes all elements from the PdfTreeNodeList<T>. |
![]() | Contains | Determines whether an element is in the PdfTreeNodeList<T>. |
![]() | CopyTo | Copies the entire PdfTreeNodeList<T> to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | FindNode | Searches the tree node with specified object number from current node. (Inherited from PdfTreeNodeBase) |
![]() | GetAction | Returns the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | GetEnumerator | Returns an enumerator that iterates through the PdfTreeNodeList<T>. |
![]() | GetLinearizedSubtree | Overloaded. Returns linearized subtree that starts from current node and contains only nodes that allowed by |
![]() | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire PdfTreeNodeList<T>. |
![]() | Insert | Inserts an element into the PdfTreeNodeList<T> at the specified index. |
![]() | Remove | Removes the first occurrence of a specific object from the PdfTreeNodeList<T>. |
![]() | RemoveAt | Removes the element at the specified index of the PdfTreeNodeList<T>. |
![]() | SetAction | Sets the action, which is associated with the specified action property name. (Inherited from PdfTreeNodeBase) |
![]() | ToArray | Copies the elements of the PdfTreeNodeList<T> to a new array. |
![]() | ToString | Returns a System.String that represents this instance. (Inherited from PdfTreeNodeBase) |

